'Declaration
Public Function New( _ ByVal newStyleFormat As StyleFormat, _ ByVal worksheet As Worksheet, _ ByVal isMergedCell As Nullable(Of Boolean) _ )
'Usage
Dim newStyleFormat As StyleFormat Dim worksheet As Worksheet Dim isMergedCell As Nullable(Of Boolean) Dim instance As New FormatCellsActionCommand(newStyleFormat, worksheet, isMergedCell)
public FormatCellsActionCommand( StyleFormat newStyleFormat, Worksheet worksheet, Nullable<bool> isMergedCell )
Parameters
- newStyleFormat
- worksheet
- The worksheet which this command attached to.
- isMergedCell